home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000319_sms.antinode@gmail.com_Fri Mar 12 14:58:14 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader1.panix.com!panix!usenet.stanford.edu!postnews.google.com!i25g2000yqm.googlegroups.com!not-for-mail
  2. From: Steven Schweda <sms.antinode@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit 9.0 for VAX?
  5. Date: Fri, 5 Mar 2010 18:44:15 -0800 (PST)
  6. Organization: http://groups.google.com
  7. Lines: 30
  8. Message-ID: <e870e905-5450-4cb7-b802-28adca540895@i25g2000yqm.googlegroups.com>
  9. References: <slrnhn34mm.em3.fdc@panix2.panix.com> <963977da-573b-4200-852c-a9b9274411e6@g11g2000yqe.googlegroups.com> 
  10.     <slrnhnbajr.40n.fdc@panix1.panix.com>
  11. NNTP-Posting-Host: 209.98.249.184
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=ISO-8859-1
  14. X-Trace: posting.google.com 1267843455 9561 127.0.0.1 (6 Mar 2010 02:44:15 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: Sat, 6 Mar 2010 02:44:15 +0000 (UTC)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: i25g2000yqm.googlegroups.com; posting-host=209.98.249.184; 
  19.     posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
  20. User-Agent: G2/1.0
  21. X-HTTP-UserAgent: Mozilla/5.0 (X11; U; OpenVMS COMPAQ_Professional_Workstation; 
  22.     en-US; rv:1.8.1.17) Gecko/20081029 SeaMonkey/1.1.12,gzip(gfe),gzip(gfe)
  23. Xref: panix comp.protocols.kermit.misc:15921
  24.  
  25.    Fired up the local VAX (VMS V7.3).  Got an unexpected
  26. complaint:
  27.  
  28. @ CKVKER.COM SFI D "CK_SSL,OPENSSL_DISABLE_OLD_DES_SUPPORT"
  29. [...]
  30.     Compiling SYS$SYSDEVICE:
  31. [UTILITY.SOURCE.KERMIT.V9R0_299_2010-02-01]CK_SSL.C
  32.         ssl_get_dNSName(ssl) SSL * ssl;
  33.         ^
  34. %CC-W-DUPEXTERN, The declaration of "ssl_get_dNSName" will map to the
  35. same
  36.  external name as the declaration of "ssl_get_dnsName" at line 126 in
  37.  SYS$SYSDEVICE:[UTILITY.SOURCE.KERMIT.V9R0_299_2010-02-01]CK_SSL.H;1.
  38.                 At line number 2433 in SYS$SYSDEVICE:
  39. [UTILITY.SOURCE.KERMIT.V9R0_299_2010-02-01]CK_SSL.C;1.
  40. [...]
  41.  
  42. Should these look the same or different?:
  43.  
  44. ALP $ sea *.h, *.c ssl_get_dnsname
  45.  
  46. ******************************
  47. ALP$DKA0:[UTILITY.SOURCE.KERMIT.v9r0_299_2010-02-01]ck_ssl.h;1
  48.  
  49. _PROTOTYP(char * ssl_get_dnsName,(SSL *));
  50.  
  51. ******************************
  52. ALP$DKA0:[UTILITY.SOURCE.KERMIT.v9r0_299_2010-02-01]ck_ssl.c;1
  53.  
  54. ssl_get_dNSName(ssl) SSL * ssl;